encoding/binary.bigEndian.Uint16 (method, view implemented interface methods)
5 uses
encoding/binary (current package)
binary.go#L145: func (bigEndian) Uint16(b []byte) uint16 {
github.com/google/uuid
time.go#L123: time |= int64(binary.BigEndian.Uint16(uuid[4:6])) << 32
time.go#L124: time |= int64(binary.BigEndian.Uint16(uuid[6:8])&0xfff) << 48
time.go#L133: return int(binary.BigEndian.Uint16(uuid[8:10])) & 0x3fff
net/http
h2_bundle.go#L2184: ID: http2SettingID(binary.BigEndian.Uint16(buf[i*6 : i*6+2])),
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |